DATABASE_URL="postgresql://TT@localhost:5432/ranked_eqao"
GOOGLE_CLIENT_ID="123654.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET="abcdef"
GOOGLE_CALLBACK_URL="http://localhost:3000/auth/google/callback"
JWT_SECRET="abcdef"
GEMINI_API_KEY="abcdef"
PORT=3000
FRONTEND_URL="http://localhost:5173"